home *** CD-ROM | disk | FTP | other *** search
- /* NAME:
- SF Constants.h
-
- WRITTEN BY:
- Dair Grant
-
- DESCRIPTION:
- Header file for shared constants.
-
- ___________________________________________________________________________
- */
- #ifndef __SF_CONSTANTS__
- #define __SF_CONSTANTS__
- //=============================================================================
- // Defines
- //-----------------------------------------------------------------------------
- #define kShutdownFade 1 // Index into theCodeResources
-
- #define kFadeResType 'Code' // Resource type of selector code
- #define kFadeResID 128 // Resource id of selector code
-
-
- #endif
-